DicomObjects.NET8 Documentation
DicomObjects Namespace / DicomImageCollection Class / Add Method / Add(IEnumerable<DicomImage>) Method

The DicomImageCollection to be added to the collection




In This Topic
    Add(IEnumerable<DicomImage>) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Sub Add( _
       ByVal value As IEnumerable(Of DicomImage) _
    ) 
    'Usage
     
    
    Dim instance As DicomImageCollection
    Dim value As IEnumerable(Of DicomImage)
     
    instance.Add(value)
    public void Add( 
       IEnumerable<DicomImage> value
    )
    public:
    void Add( 
       IEnumerable<DicomImage^>^ value
    ) 

    Parameters

    value

    The DicomImageCollection to be added to the collection

    Remarks
    Adds a DicomImageCollection to the end of another DicomImageCollection
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also